projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
305fa68
e6e6f10
)
Auto merge of #3854 - tee-too:fix-3499, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000
(18:01 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000
(18:01 +0000)
Add `[target.'cfg(...)']` syntax for rustc(doc)flags in .cargo/config
Allow to use the Rust `cfg(...)` syntax to configure rust(doc)flags.
The flags are concatenated when a build matches several `cfg`, or
several `cfg` and a $triple.
Fix #3499.
Trivial merge